home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
BRODIE
/
SMAILB
/
!SendMail
/
usr
/
smail
/
lib
/
directors
< prev
next >
Wrap
Text File
|
1995-05-21
|
2KB
|
67 lines
# look for a file called .forward (RISC OS: /forward) in the user's home
# directory (specified in /etc/passwd) - if it exists smail forwards the
# message to the address(es) listed in this file
dotforward:
driver = forwardfile; # general-purpose forwarding director
file = ~/.forward # .forward file in home directories
# map system aliases (/usr/smail/lib/aliases)
aliases:
driver = aliasfile, # general-purpose aliasing director
-nobody; # all addresses are associated
# with nobody by default, so setting
# this is not useful.
file = aliases
# ------------------------------------------------------------------
# mailing lists ....................................................
# ------------------------------------------------------------------
# owners of mailing lists have addresses like owner-user@...
# smail expects to find a forward file for each owner in
# /usr/smail/lib/lists/owner
owners: driver = forwardfile,
caution, # flag all addresses with caution
nobody, # and then associate the nobody user
owner = postmaster; # system V sites may wish to use
# o-$user, as owner-$user may be
# too long for a 14-char filename.
# map the name of the mailing list to lower case
prefix = "owner-",
file = lists/owner/${lc:user} # lists is under $smail_lib_dir
# same for request ...
request: driver = forwardfile,
caution, # flag all addresses with caution
nobody, # and then associate the nobody user
owner = postmaster; # system V sites may wish to use
# o-$user, as owner-$user may be
# too long for a 14-char filename.
# map the name of the mailing list to lower case
suffix = "-request",
file = lists/request/${lc:user} # lists is under $smail_lib_dir
# the actual mailing list ...
lists: driver = forwardfile,
caution, # flag all addresses with caution
nobody, # and then associate the nobody user
owner = owner-$user; # system V sites may wish to use
# o-$user, as owner-$user may be
# too long for a 14-char filename.
# map the name of the mailing list to lower case
file = lists/${lc:user} # lists is under $smail_lib_dir
# if none of the above directors knows the address it could be a local user
user: driver = user; # driver to match usernames
transport = local # local transport goes to mailboxes